<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */

body {
    font: 14px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    height: 100%;
    min-width: 1260px;
    background: #fff;
    max-width: 100%;
    overflow: auto;
    color: #666;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
}

img {
    border: 0px;
    vertical-align: middle;
}

a:link {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #333;
    outline: none;
}

ul,
ol,
p,
dl,
dt,
dd {
    padding: 0px;
    margin: 0px;
}

li {
    list-style-position: outside;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0px;
    margin: 0px;
}

input {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-appearance: none;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input::-ms-input-placeholder {
    color: #ccc;
}

input::-moz-placeholder {
    color: #ccc;
}

input[type=button],
input[type=submit] {
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input {
    background: transparent;
    padding: 0px;
    font-size: 14px;
    color: #888;
    border: 0px;
    outline: none;
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}


/*清除浮动*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    /*兼容 IE*/
    zoom: 1;
}


/************全局样式************/

.fl {
    float: left;
}

.fr {
    float: right;
}
.dflex { display: flex;}
.dflex_center { display: flex; align-items: center; justify-content: center;}
.dflex_start { display: flex; align-items: center; justify-content: flex-start;}
.dflex_end { display: flex; align-items: center; justify-content:flex-end;}
.dflex_stretch { display: flex;justify-content: center;align-content: center; align-items: stretch;}
.dflex_space-between { display: flex; align-items: center; justify-content: space-between;}

/*t图片样式*/

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

img {
    border: 0px;
    vertical-align: middle;
}

.img-responsive {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.avatar {
    display: block;
    overflow: hidden;
    width: 100%;
}

.avatar img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.avatar:hover img {
    transform: scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.3);
}


/*文字超出隐藏*/

.dot {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dot2 {
    display: -webkit-box;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/**/

.wal {
    width: 1200px;
    margin: 0px auto;
}
.title_box { display: flex; align-items: center; justify-content: space-between;}
.main-title { text-align: left; }
.main-title span { display: block; color: #333; font: 24px/32px Arial, Helvetica, sans-serif;  }
.main-title b {
    font-size: 38px;
    color: #082943;
    line-height: 40px;
}

.main-title p {
    font-weight: 400;
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
   
   
}
.main-title i { display: block;}
.more { width: 120px; height: 45px; background: #1E5A8A; line-height: 45px; text-align: center;}
.more a { display: block ; color: #fff;}
.more:hover { background: #D87C3D;}
/*顶部导航*/
.header {
	width: 100%;


}

.top-center { display: flex; flex-direction: row; justify-content: space-between; align-items: center;height: 120px; position: relative;}

.logo_txt b{ font-size: 32px; color: #1E5A8A;}
.logo_txt p { font-size: 19px; line-height: 36px;}
.header_phone { display: flex; align-items: center; padding-left: 20px;}
.header_phone p {
	color:#666;

	margin-bottom:10px;
	font-size:16px;
}
.header_phone p img{ padding-right:8px;}
.header_phone b{ color:#000;   font-size: 38px;
  font-weight:500; margin-top:0;  display: block; padding-right:20px;}
  .header_phone a{ margin-left: 10px; display: block; height: 40px; width: 40px; text-align: center; line-height: 40px; border-radius: 100%; color: #666;background: #C40A1F; color: #fff; }
  .header_phone a:hover { background: #F00F27;}
  .header_phone a:last-child{ background:#1E5A8A; }
  .header_phone a:last-child:hover{ background:#2C86CE; }
/*导航菜单*/
.navbar{ width: 100%;  background: url(../images/navbj.jpg) no-repeat center;height:70px;  }
.nav {  margin:0;  display: flex; align-items: center; justify-content: space-between;}
.nav li {position: relative;}
.nav li a{ 
	display:block;
	font-size: 16px;
	line-height: 70px;
	color: #333;
    padding: 0 28px;
   text-align: center;


}

.nav a:hover, .nav li:hover &gt; a {
   font-weight: bold;
    color: #fff;
    background: #1E5A8A;
  }
 
/* 二级菜单 */
.ejxl{display: none;background-color: rgba(255,255,255,.9);transition: all 0s;z-index: 10;
    position: absolute;top:100%; width: 100%;
  
}
.nav li .ejxl li{margin:0 auto ;display: block; padding:0; width: 100%; background: none;}
.nav li .ejxl li a{display: block;color:#444;font-size: 15px;height:35px;line-height:35px; padding:5px 0; width: 100%; text-align: center;  }
.nav li .ejxl li:hover a { background: none;}
.nav li .ejxl a:hover{color: #1E5A8A;}

/*导航菜单 end*/


/*首页banner图*/

#banner .swiper {
    width: 100%;
    height: 100%;
}

#banner .swiper-slide {
    background-position: center;
    background-size: cover;
}

#banner .swiper-slide img {
    display: block;
    width: 100%;
}

#banner .swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    z-index: 999;
    width: 60px;
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    transition: all .5s ease;
    outline: none;
}

#banner .swiper-button:hover {
    background: #1E5A8A;
}

.btn-prev {
    left: 5%;
}

.btn-next {
    right: 5%;
}

#banner .swiper-pagination-bullet {
    position: relative;
    margin: 0 8px!important;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    z-index: 10;
    outline: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#banner .swiper-pagination-bullet-active {
    background-color: #1E5A8A;
    opacity: 1;
    filter: alpha(opacity=100);
}

#banner .swiper-container-horizontal&gt;.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
    left: 0;
    width: 100%;
}


/*首页banner图 end*/


/*产品*/

.product {  margin-top: 50px;}
.pro_content { margin-top: 30px; display: flex; align-items: center; justify-content: space-between;}
.pro_content a { display: block; margin: 10px; background: #F8F8F8; padding:90px 30px; -webkit-transition: all .3s linear;
    transition: all .3s linear; position: relative;}
.item-top { position: absolute; top:0; left: 0; width: 90px; height:40px; line-height: 40px; text-align: center; background: #1E5A8A; color: #fff; display: none;  transition: all .3s linear; }
.pro_content img {  margin-top: 50px; }
.pro_title {
    font-size: 30px;
    line-height: 40px;
    color: #4A4A4A;
    font-weight:300;
    text-align: center;
  }


.pro_content a:hover {  -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    box-shadow: 0 3px 6px rgba(0,0,0,.16);}
    .pro_content a:hover .item-top { display: block;}
    .prone {  margin: 20px 10px;}

.prone .swiper-slide img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.prone .swiper-slide p {

    color: #666;
    text-align: center;
    line-height: 40px;

}
.prone .swiper-slide:hover p {
  color: #1E5A8A;
}

.prone .swiper-button-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
  
    cursor: pointer;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    font-size:24px;
    line-height: 60px;
    height: 60px;
    transition: all .5s ease;
    outline: none;
}
.prone .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
  
    cursor: pointer;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    font-size: 15px;
    font-weight: normal;
    line-height: 60px;
    height: 60px;
    transition: all .5s ease;
    outline: none;
}
.prone .swiper-button-prev:hover, .prone .swiper-button-next:hover {
    background: #1E5A8A;
}
/*简介*/
/*公司简介*/

.about{background:#F8F8F8 ;  padding: 60px 0; margin-top: 50px; }

.about_fl{ width: 42%; margin-top: 30px; background: #fff; padding:22px 4% ;}
.about_fl b { display: block; margin-bottom: 10px;  font-size:26px; color: #000;}
.about_fl b span{display: inline-block; height:66px; line-height: 56px; font-size: 45px; color:#333333;padding-right:37px;font-weight: bold;background:url(../images/gui-yy.png) no-repeat right 11px;}
.about_fl b em{display: block;  line-height: 42px;font-size: 28px;color:#000; font-weight: bold; font-style: normal;}
.about_fl p{ line-height: 32px; padding: 10px 0; color: #666; margin-top: 5px; font-size: 15px;}
.about_fl .ab-title{ font-size: 22px; color: #222; font-weight: bold; margin-top: 10px;}
.about_fr{  width: 50%; margin-top: 30px;}
.ab_list2{   background: #fff;  display: flex; align-items: center; justify-content: center; padding: 30px; margin-top: 30px; 

}
.ab_list2 li{ flex:1;cursor: pointer; color:#333;  padding:10px 0; text-align: center; border-right: 1px solid #f1f1f1;
	-webkit-transition:transform .3s;transition:transform .3s; font-size: 16px;}
  .ab_list2 li:last-child { border: none;}
.ab_list2 li b{display: block;font-size: 38px;color: #1E5A8A;overflow: hidden; line-height: 50px;}

.ab_list2 li:hover{-webkit-transform:translate(0,-15px);transform:translate(0,-15px);}
/*服务、人力、证书*/
.yw_box {  margin-top: 20px;}
.yw_box a{
	width: 31.3%;
    margin: 1%;
	float: left;
    display: block;
	margin-top: 40px;
    overflow: hidden;
}
.yw_list {

	position: relative;
	cursor: pointer
}

.yw_list img {
	width: 100%;
   
}
.yw_list .yw_text {
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;

	width: 100%;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
    padding-top: 20px;

  
}

.yw_list .yw_text b {
	text-align: center;
    display: block;
    font-size: 24px;
	color: #333333;
	padding: 5px 5px;
}
.yw_list .yw_text p {
	text-align: center;
	font-size: 16px;
	color: #666;
	padding:10px ;
}
.yw_list:hover .yw_text {
	padding: 40px 0;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
    background: #1E5A8A;
  
}
.yw_list:hover .yw_text b, .yw_list:hover .yw_text p { color: #fff;}
/*新闻*/
.news { margin-top: 50px;background:#F8F8F8 ;  padding: 60px 0;  }
.news-two ul {display: flex; flex-wrap: wrap; }
.news-two ul li { width: 31.3%; margin: 1%; }
.news-two a{ display: flex;  align-items: center; justify-content: center;  background: #fff; padding:30px 20px ; transition: .3s;  border: 1px solid #f1f1f1; min-height:135px;   }

.news-two a:hover { box-shadow: 0 0  10px #dedede; background:#1E5A8A; background-size: 100%; }
.news-two a:hover span { color: #fff;}
.news-two a:hover .day, .news-two a:hover .newscon,.news-two a:hover .newscon b { color: #fff;}

.day {
color: #666;
flex: 1;
height: 80px;
margin: 7px 0;
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.day span {
 font-size: 30px;
 width: 100%;
 color: #333;
 text-align: center;
 font-weight:bold;
}
.day p{ width: 100%;	text-align: center;}
.day img { margin-top: 15px;}
.newscon {
flex: 4;
padding-left: 20px;
}

.newscon b {
padding-bottom: 10px;
font-size: 16px;
color: #333;
display: block;

}
.newscon p {

text-align: left;
line-height: 24px;
font-size: 14px;

}
.newscon img { margin-top: 10px;}
/*返回顶部*/

.scroll {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    right: 15px;
    bottom: 50px;
    color: #fff;
    cursor: pointer;
    background: #296FAA;
    font-size: 30px;
    border-radius: 10px;
}

/*底部footer*/

.footer {
    background: #1E5A8A;
    padding: 10px 0 0;
 
}
.footer-nav{ display: flex;
    margin-top: 50px;
    display: -webkit- box;
    display: -webkit-flex;
    justify-content: center; align-items: center;}
.footer-nav li { position: relative;  flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    }
.footer-nav a { 
    display: block;
    color:#fff;   
     height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 17px;}
.footer-nav li:after {
        content: " | ";
        position: absolute;
        top: 20px;
        font-size: 12px;
        height: 60px;
        line-height: 60px;
        color: #fff;
    
 }
.footer-nav li:first-of-type:after{content: "";}
.footer-nav a:hover { color: #D87C3D;}
.footer-contact { display: flex; align-items: center; justify-content: space-between; margin: 30px 0;}
.contact-txt p { line-height: 42px; color: #fff; width: 50%; float: left; font-size: 16px;}
.ewm {display: flex; align-items: center;}
.ewm p { line-height: 28px; color: #fff;  text-align: center; padding: 10px; width: 100px; }
.ewm img { width: 120px;}
.copyright {
    padding: 20px 0;
    text-align: center;
    color: #fff;
    border-top: 1px solid #17466C;
}

.copyright a {
    color: #fff;
}</pre></body></html>